Overload | Description |
---|---|
ContainEquivalentOf(String,String,Object[]) | Asserts that a string contains the specified expected, including any leading or trailing whitespace, with the exception of the casing. |
ContainEquivalentOf(String,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string contains the specified expected, using the provided config. |
ContainEquivalentOf(String,OccurrenceConstraint,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string contains the specified expected, using the provided config. |
ContainEquivalentOf(String,OccurrenceConstraint,String,Object[]) | Asserts that a string contains the specified expected a set amount of times, including any leading or trailing whitespace, with the exception of the casing. |